home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3angle.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SELHELPANGLE_H = 1;
- include("real/intact/s3base.js")
-
-
- var R3CLID_SELHELPANGLE = 1912;
-
-
-
-
- // Description: Register angle based rotator handle for given geom. object class
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id of the object class supporting rotation handle
- // p2: Integer, wire frame method for handle hit detection
- // p3: Tag[], -
-
- R3SHANGLECM_REGISTERHANDLECL = 1912000;
-
- function mR3SHANGLECM_REGISTERHANDLECL(p1, p2, p3) {
- return Do3(this.r3obj, 1912000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_TAG, R3TNF_ARRAY);
- }
-
-
-
- function r3Selhelpangle () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SELHELPANGLE, arguments);
- }
- // Methods
- this.REGISTERHANDLECL=mR3SHANGLECM_REGISTERHANDLECL;
-
- }
-
- r3Selhelpangle.prototype=new r3Selecthelperbase;
- // s3angle.h_H